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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2024-08-16
Stabilize std::thread::Builder::spawn_unchecked
David Tolnay
-1
/
+0
2024-07-01
Move codegen_and_build_linker from Queries to Linker
bjorn3
-1
/
+1
2024-06-22
Inline write_dep_info query
bjorn3
-1
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-0
/
+2
2024-02-20
Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)
Peter Jaszkowiak
-1
/
+0
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_interface`.
Nicholas Nethercote
-3
/
+0
2024-04-22
Stabilize generic `NonZero`.
Markus Reiter
-1
/
+0
2024-02-21
Unify dylib loading between proc macros and codegen backends
bjorn3
-1
/
+0
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-0
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-25
Remove unused features
clubby789
-3
/
+0
2024-01-10
Format sources into the error message when loading codegen backends
Simonas Kazlauskas
-1
/
+2
2023-12-05
rustc_interface: Address all `rustc::potential_query_instability` lints
Martin Nordholts
-1
/
+0
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-3
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+0
2023-10-13
MCP636: Add simpler and more explicit syntax to check-cfg
Urgau
-0
/
+1
2023-09-22
Merge `ExternProviders` into the general `Providers` struct
Oli Scherer
-1
/
+1
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-03-29
Stabilize a portion of 'once_cell'
Trevor Gross
-1
/
+1
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+5
2023-01-17
Don't call closures immediately, use `try{}` blocks
Maybe Waffle
-0
/
+1
2022-11-09
Fix `rustdoc --version` when used with download-rustc
Joshua Nelson
-0
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-0
/
+3
2022-08-22
Deny diagnostic lints in rustc_interface
Giacomo Stevanato
-0
/
+2
2022-08-22
Move existing diagnostic struct to a new errors module
Giacomo Stevanato
-0
/
+1
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-04
Stabilize `bool::then_some`
Josh Triplett
-1
/
+0
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-12
Move setup_callbacks call to create_compiler_and_run
bjorn3
-0
/
+1
2022-02-01
add a rustc::query_stability lint
lcnr
-0
/
+1
2022-01-18
Use let_else in even more places
est31
-0
/
+1
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-1
/
+0
2021-10-15
allow `potential_query_instability` everywhere
lcnr
-0
/
+1
2021-09-23
Simplify scoped_thread
Mark Rousskov
-0
/
+1
2021-06-08
Don't use a generator for BoxedResolver
bjorn3
-2
/
+0
2021-05-31
Remove unused feature gates
bjorn3
-1
/
+0
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-0
/
+1
2020-11-10
Merge set_panic and set_print into set_output_capture.
Mara Bos
-1
/
+1
2020-08-30
datastructures: replace `once_cell` crate with an impl from std
marmeladema
-0
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+21