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
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
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-36
/
+0
2021-05-15
fix version_str comment
Ralf Jung
-1
/
+1
2021-05-10
Adjust target search algorithm for rustlib path
Simonas Kazlauskas
-2
/
+1
2021-04-06
Auto merge of #81641 - bjorn3:find_codegen_backend, r=davidtwco
bors
-8
/
+17
2021-03-13
Document `everybody_loops`
Camelid
-10
/
+18
2021-03-08
Rollup merge of #82047 - the8472:fast-rename, r=davidtwco
Dylan DPC
-0
/
+18
2021-02-19
Move handle_deadlock where it is used.
Camille GILLOT
-4
/
+28
2021-02-13
bypass auto_da_alloc for metadata files
The8472
-0
/
+18
2021-02-01
Find codegen backends in more locations
bjorn3
-8
/
+17
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-2
/
+2
2020-11-26
Properly handle attributes on statements
Aaron Hill
-2
/
+0
2020-11-24
Move lev_distance to rustc_ast, make non-generic
Arlie Davis
-3
/
+6
2020-11-10
Merge set_panic and set_print into set_output_capture.
Mara Bos
-2
/
+2
2020-11-10
Use Vec<u8> for LOCAL_STD{OUT,ERR} instead of dyn Write.
Mara Bos
-6
/
+2
2020-11-10
Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams.
Mara Bos
-18
/
+3
2020-11-09
Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco
Dylan DPC
-6
/
+0
2020-11-04
fix a couple of clippy warnings:
Matthias Krüger
-5
/
+4
2020-11-03
rustc_ast: Do not panic by default when visiting macro calls
Vadim Petrochenkov
-6
/
+0
2020-10-27
Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-se
bors
-0
/
+5
2020-10-26
Add support for using cg_clif to bootstrap rustc
bjorn3
-7
/
+128
2020-10-22
Capture output from threads spawned in tests
Tyler Mandry
-0
/
+5
2020-10-08
Remove not needed lambda.
Kazantcev Andrey
-1
/
+1
2020-09-27
Add option to pass a custom codegen backend from a driver
bjorn3
-1
/
+9
2020-09-17
PR feedback
khyperia
-3
/
+3
2020-09-17
Let backends define custom targets
khyperia
-6
/
+9
2020-09-10
Attach tokens to `ast::Stmt`
Aaron Hill
-0
/
+2
2020-09-10
Attach `TokenStream` to `ast::Block`
Aaron Hill
-0
/
+1
2020-09-01
interface: use `OnceCell` from standard library
marmeladema
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+770