index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_interface
/
src
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2022-11-04
improve `filesearch::get_or_default_sysroot` r=ozkanonur
Onur Özkan
-95
/
+2
2022-10-19
Clarify `run_in_thread_pool_with_globals`.
Nicholas Nethercote
-44
/
+45
2022-10-19
Replace a `spawn_unchecked` with `spawn_scoped`.
Nicholas Nethercote
-12
/
+16
2022-10-19
Apply `Lrc` later to `sess` and `codegen_backend`.
Nicholas Nethercote
-3
/
+2
2022-10-19
Reduce visibility of some functions.
Nicholas Nethercote
-2
/
+2
2022-10-19
Inline and remove `scoped_thread`.
Nicholas Nethercote
-15
/
+9
2022-10-18
Remove `RunCompiler::emitter`.
Nicholas Nethercote
-3
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+1
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+1
2022-07-31
Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkov
Matthias Krüger
-1
/
+0
2022-07-27
lint: add bad opt access internal lint
David Wood
-0
/
+2
2022-07-20
Remove implicit names and values from --cfg in --check-cfg
Urgau
-1
/
+0
2022-07-14
Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot
bors
-18
/
+0
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-4
/
+4
2022-07-13
Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwco
Dylan DPC
-1
/
+4
2022-07-11
Keep unstable target features for asm feature checking
Amanieu d'Antras
-1
/
+4
2022-07-02
remove non_durable_rename in rustc_interface::util
Yoshiki Matsuda
-18
/
+0
2022-06-29
get rid of `tcx` in deadlock handler when parallel compilation
SparrowLii
-14
/
+6
2022-06-16
Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`
Maybe Waffle
-3
/
+3
2022-04-12
sess: try sysroot candidates for fluent bundle
David Wood
-0
/
+14
2022-03-03
Remove the everybody loops pass
bjorn3
-214
/
+1
2022-02-27
Use the first codegen backend in the config.toml as default
bjorn3
-6
/
+2
2022-02-20
Rollup merge of #94146 - est31:let_else, r=cjgillot
Matthias Krüger
-4
/
+1
2022-02-19
Adopt let else in more places
est31
-4
/
+1
2022-02-18
Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov
Matthias Krüger
-0
/
+8
2022-02-16
Implement --check-cfg option (RFC 3013)
Loïc BRANSTETT
-0
/
+8
2022-02-13
Remove Config::stderr
bjorn3
-14
/
+3
2022-02-12
Move setup_callbacks call to create_compiler_and_run
bjorn3
-6
/
+2
2022-02-11
Make two functions private
bjorn3
-2
/
+2
2022-01-18
Use let_else in even more places
est31
-46
/
+46
2022-01-17
Update term for use in more places
kadmin
-0
/
+2
2022-01-17
Add term
kadmin
-4
/
+6
2022-01-17
add eq constraints on associated constants
kadmin
-2
/
+3
2021-12-26
Add Attribute::meta_kind
Jakub Beránek
-1
/
+1
2021-12-06
replace dynamic library module with libloading
Andy Russell
-25
/
+21
2021-11-11
Auto merge of #83846 - torhovland:issue-10971, r=davidtwco
bors
-0
/
+3
2021-11-07
ast: Fix naming conventions in AST structures
Vadim Petrochenkov
-2
/
+2
2021-11-02
Added the --temps-dir option.
Tor Hovland
-0
/
+3
2021-10-01
Fix clippy lints
Guillaume Gomez
-2
/
+2
2021-09-25
Check for macros in built-in attributes that don't support them.
Eric Huss
-1
/
+15
2021-09-23
Simplify scoped_thread
Mark Rousskov
-19
/
+5
2021-09-20
Enable 2021 compatibility lints for all in-tree code
Mark Rousskov
-0
/
+1
2021-09-03
Detect bare blocks with type ascription that were meant to be a `struct` literal
Esteban Kuber
-0
/
+1
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-3
/
+3
2021-07-18
Remove deadlock virtual call.
Camille GILLOT
-1
/
+3
2021-07-08
Rework SESSION_GLOBALS API to prevent overwriting it
Guillaume Gomez
-7
/
+8
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-36
/
+0
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-0
/
+36
2021-06-04
Use SyncOnceCell in get_codegen_backend
bjorn3
-11
/
+9
2021-06-04
Allow printing the version of the default codegen backend if it isn't llvm
bjorn3
-22
/
+15
[next]