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
/
src
/
librustc_passes
/
stability.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-697
/
+0
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-8
/
+5
2020-07-20
Migrate rustc_depr uses to use deprecation attribute
Mark Rousskov
-53
/
+75
2020-07-15
Introduce restricted-std feature.
Eric Huss
-1
/
+2
2020-07-15
Add and use more static symbols.
Nicholas Nethercote
-1
/
+1
2020-07-05
Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.
Eduard-Mihai Burtescu
-1
/
+1
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-4
/
+4
2020-06-27
use LocalDefId in module checking
Bastian Kauschke
-2
/
+2
2020-04-28
Use the query system to allocate.
Camille GILLOT
-1
/
+1
2020-04-24
fix a couple more uses of def_kind
mark
-1
/
+1
2020-04-24
Remove redundant `descr`/`descriptive_variant` methods from HIR.
Eduard-Mihai Burtescu
-10
/
+12
2020-04-16
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
-1
/
+1
2020-04-03
Minor follow-up after renaming librustc(_middle)
Yuki Okushi
-1
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-5
/
+5
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-5
/
+5
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-1
/
+1
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-1
/
+1
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-3
/
+3
2020-03-14
Index HIR after creating TyCtxt
John Kåre Alsaker
-6
/
+6
2020-03-14
Update `krate_attrs` and `get_module`
John Kåre Alsaker
-3
/
+3
2020-03-14
Make downstream crates compile.
Camille GILLOT
-1
/
+1
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-03-01
Rollup merge of #69569 - matthiaskrgr:nonminimal_bool, r=mark-Simulacrum
Dylan DPC
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-29
simplify boolean expressions
Matthias Krüger
-1
/
+1
2020-02-24
parser: tweak item kind wording
Mazdak Farrokhzad
-1
/
+1
2020-02-20
Auto merge of #69072 - ecstatic-morse:associated-items, r=petrochenkov
bors
-2
/
+2
2020-02-19
Make lookup of associated item by name O(log n)
Dylan MacKenzie
-2
/
+2
2020-02-18
Propagate `rustc_const_unstable` to children
Dylan MacKenzie
-11
/
+54
2020-02-18
Use early return when forbidding unstable attrs
Dylan MacKenzie
-117
/
+129
2020-02-16
Other crates.
Camille GILLOT
-1
/
+1
2020-02-11
Run RustFmt
jumbatm
-4
/
+4
2020-02-11
Invert control in struct_lint_level.
jumbatm
-8
/
+6
2020-02-08
Make `associated_items` query return a slice
Jonas Schievink
-0
/
+1
2020-02-01
Move builtin attribute logic to new rustc_attr crate.
Mazdak Farrokhzad
-1
/
+1
2020-01-27
don't clone types that are copy, round two.
Matthias Krüger
-2
/
+2
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-2
/
+0
2020-01-17
Use named fields for `hir::ItemKind::Impl`
Dylan MacKenzie
-5
/
+5
2020-01-16
don't clone types that are copy
Matthias Krüger
-1
/
+1
2020-01-11
simplify feature_err imports
Mazdak Farrokhzad
-1
/
+1
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-1
/
+1
2020-01-08
normalize rustc::hir::intravisit imports
Mazdak Farrokhzad
-1
/
+1
2020-01-08
intravisit: abstract over HIR Map
Mazdak Farrokhzad
-3
/
+10
2020-01-08
- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}
Mazdak Farrokhzad
-0
/
+1
2020-01-07
Rename traits::drop -> traits::misc.
Camille GILLOT
-1
/
+1
2020-01-07
Move magic traits queries to rustc::traits::drop.
Camille GILLOT
-1
/
+2
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-3
/
+4
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
[next]