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_passes
/
src
/
entry.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-28
use `slice::contains` where applicable
Yotam Ofek
-1
/
+1
2025-03-12
Move methods from `Map` to `TyCtxt`, part 4.
Nicholas Nethercote
-3
/
+3
2025-02-24
Change span field accesses to method calls
Jana Dönszelmann
-1
/
+1
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-1
/
+1
2025-01-21
remove support for the #[start] attribute
Ralf Jung
-23
/
+4
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
-3
/
+3
2024-08-10
rustc_passes: remove a redundant `#[allow(rustc::untranslatable_diagnostic)]`
Pavel Grigorenko
-1
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-05-04
Various improvements to entrypoint code
Nilstrieb
-19
/
+23
2024-05-02
Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`
Martin Nordholts
-33
/
+10
2024-03-28
Make local_crate_source_file return a RealFileName
Urgau
-4
/
+9
2024-03-18
Rollup merge of #122060 - clubby789:stabilize-imported-main, r=lcnr
Matthias Krüger
-11
/
+0
2024-03-14
hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`
Vadim Petrochenkov
-1
/
+1
2024-03-10
diagnostics: Do not suggest using `#[unix_sigpipe]` without a value
Martin Nordholts
-4
/
+4
2024-03-06
Stabilize `imported_main`
clubby789
-11
/
+0
2024-03-06
Rewrite the `untranslatable_diagnostic` lint.
Nicholas Nethercote
-0
/
+1
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-3
/
+3
2024-01-14
Rework how diagnostic lints are stored.
Nicholas Nethercote
-2
/
+2
2024-01-13
Add check for ui_testing via promoting parameters from `ParseSess` to `Session`
George-lewis
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-9
/
+9
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-2
/
+6
2023-10-01
Factor out the two `entry_point_type` functions.
Nicholas Nethercote
-26
/
+7
2023-08-13
Remove reached_eof from ParseSess
bjorn3
-6
/
+0
2023-08-09
rustc: Move `crate_types` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-1
/
+1
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-04-04
Replace a lock with an atomic
Oli Scherer
-1
/
+1
2023-04-01
slighty simplify a few boolean expressions (clippy::nonminimal_bool)
Matthias Krüger
-1
/
+1
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-4
/
+5
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-01-16
Move compiler input and ouput paths into session
Oli Scherer
-1
/
+1
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-10
/
+10
2022-10-07
migrate entry.rs to translateable diagnostics
Nathan Stocks
-90
/
+55
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-4
/
+4
2022-08-28
Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`
Martin Nordholts
-14
/
+42
2022-07-18
avoid `Symbol` to `&str` conversions
Takayuki Maeda
-1
/
+1
2022-06-25
rustc_passes: De-duplicate more code with `fn throw_attr_err()`
Martin Nordholts
-12
/
+14
2022-06-22
Fixup missing renames from `#[main]` to `#[rustc_main]`
Martin Nordholts
-5
/
+5
2022-05-14
use opt_item_name to pattern match items with names
Miguel Guarniz
-2
/
+2
2022-05-13
avoid converting to DefId from LocalDefId when using query
Miguel Guarniz
-1
/
+1
2022-05-13
replace hir().def_kind for def_kind query in rustc_passes
Miguel Guarniz
-1
/
+1
2022-05-13
optimize find_item to fetch Item only when needed
Miguel Guarniz
-26
/
+39
2022-05-13
remove ItemLikeVisitor impl for EntryContext
Miguel Guarniz
-23
/
+8
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-1
/
+1
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-31
/
+22
2022-03-22
use `format-args-capture` and remove unnecessary nested if blocks in some par...
Takayuki Maeda
-29
/
+23
2022-03-05
Do not point at whole file missing `fn main`
Esteban Kuber
-3
/
+3
2022-01-15
Reduce use of local_def_id_to_hir_id.
Camille GILLOT
-3
/
+2
[next]