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_builtin_macros
/
src
/
standard_library_imports.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-28
expand: Micro-optimize prelude injection
Vadim Petrochenkov
-3
/
+1
2025-06-20
Use a symbol for `ExpansionConfig::crate_name`.
Nicholas Nethercote
-1
/
+1
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-3
/
+1
2025-02-24
span: add a "future" edition
David Wood
-0
/
+1
2025-02-21
Inject `compiler_builtins` during postprocessing rather than via AST
Trevor Gross
-36
/
+13
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-1
/
+1
2023-08-11
rustc: Move `features` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+3
2023-07-14
Hide `compiler_builtins` in the prelude
Amanieu d'Antras
-9
/
+18
2023-03-23
rustc_interface: Add a new query `pre_configure`
Vadim Petrochenkov
-5
/
+12
2023-03-23
expand: Pass `ast::Crate` by reference to AST transforming passes
Vadim Petrochenkov
-8
/
+2
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-4
/
+4
2023-02-16
Replace some `then`s with some `then_some`s
Maybe Waffle
-1
/
+1
2022-11-29
Avoid more `MetaItem`-to-`Attribute` conversions.
Nicholas Nethercote
-2
/
+2
2022-08-29
Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.
Nicholas Nethercote
-2
/
+3
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-2
/
+2
2022-04-02
Create 2024 edition
Jacob Pratt
-0
/
+1
2022-02-11
Remove the alt_std_name option
bjorn3
-2
/
+1
2021-10-17
rustc_span: `Ident::invalid` -> `Ident::empty`
Vadim Petrochenkov
-1
/
+1
2021-07-17
Use LocalExpnId where possible.
Camille GILLOT
-2
/
+2
2021-03-10
Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakis
Dylan DPC
-11
/
+19
2021-02-25
Pick the injected prelude based on the edition.
Mara Bos
-11
/
+19
2021-02-20
Remove some P-s
Dániel Buga
-3
/
+2
2021-02-18
ast: Stop using `Mod` in `Crate`
Vadim Petrochenkov
-2
/
+2
2020-11-13
cleanup: Remove `ParseSess::injected_crate_name`
Vadim Petrochenkov
-3
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+85