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_macros
/
src
Age
Commit message (
Expand
)
Author
Lines
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-1
/
+1
2022-03-01
Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillot
Dylan DPC
-1
/
+0
2022-02-27
Lint against more useless `#[must_use]` attributes
Ruby Lazuli
-1
/
+0
2022-02-25
Auto merge of #93878 - Aaron1011:newtype-macro, r=cjgillot
bors
-0
/
+333
2022-02-24
Address review comments
Aaron Hill
-24
/
+10
2022-02-24
Convert `newtype_index` to a proc macro
Aaron Hill
-0
/
+347
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-1
/
+1
2022-02-20
Delete Decoder::read_enum_variant
Mark Rousskov
-8
/
+4
2022-02-20
Delete Decoder::read_struct_field
Mark Rousskov
-19
/
+6
2022-02-20
Delete Decoder::read_struct
Mark Rousskov
-9
/
+1
2022-02-20
Delete read_enum_variant_arg
Mark Rousskov
-11
/
+12
2022-02-20
Delete read_enum_variant names
Mark Rousskov
-8
/
+0
2022-02-20
Delete Decoder::read_enum
Mark Rousskov
-13
/
+8
2022-02-16
Move ty::print methods to Drop-based scope guards
Mark Rousskov
-1
/
+3
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-13
/
+5
2022-01-03
Rollup merge of #92011 - Aaron1011:decode-span, r=michaelwoerister
Matthias Krüger
-11
/
+15
2021-12-16
Use field span in `rustc_macros` when emitting decode call
Aaron Hill
-11
/
+15
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-0
/
+5
2021-12-12
Query modifier
Deadbeef
-0
/
+20
2021-12-02
Rename TypeFolderFallible to FallibleTypeFolder
Alan Egerton
-1
/
+1
2021-12-02
Reduce boilerplate around infallible folders
Alan Egerton
-2
/
+2
2021-11-26
Make `TypeFoldable` implementors short-circuit on error
LeSeulArtichaut
-3
/
+3
2021-11-22
Avoid generating empty closures for fieldless enums
Mark Rousskov
-7
/
+18
2021-11-07
more clippy fixes
Matthias Krüger
-5
/
+3
2021-10-25
Avoid a branch on key being local for queries that use the same local and ext...
bjorn3
-0
/
+23
2021-10-23
Do not require QueryCtxt for cache_on_disk.
Camille GILLOT
-2
/
+2
2021-10-23
Build the query vtable directly.
Camille GILLOT
-24
/
+18
2021-10-21
Do not depend on the stored value when trying to cache on disk.
Camille GILLOT
-14
/
+4
2021-10-15
Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...
Matthias Krüger
-7
/
+9
2021-10-10
Apply clippy suggestions
Clemens Wasser
-9
/
+7
2021-10-05
Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister
bors
-2
/
+2
2021-10-03
Remove re-export.
Camille GILLOT
-2
/
+2
2021-10-02
Prevent macro ambiguity errors
bjorn3
-6
/
+6
2021-09-13
Use a separate interner type for UniqueTypeId
bjorn3
-1
/
+1
2021-09-11
don't clone types that are Copy (clippy::clone_on_copy)
Matthias Krüger
-4
/
+4
2021-08-19
Rollup merge of #86123 - Aaron1011:query-span, r=cjgillot
Guillaume Gomez
-48
/
+56
2021-08-01
bump bootstrap compiler to 1.55
Pietro Albini
-1
/
+0
2021-07-25
clippy::useless_format
Matthias Krüger
-1
/
+1
2021-07-18
Move OnDiskCache to rustc_query_impl.
Camille GILLOT
-1
/
+1
2021-07-09
Fix default_hash_types to use resolved path
Cameron Steffen
-1
/
+1
2021-06-18
Lint for unused borrows as part of UNUSED_MUST_USE
hi-rustin
-2
/
+2
2021-06-07
Preserve more spans in internal `rustc_queries!` macro
Aaron Hill
-48
/
+56
2021-06-01
Remove unused functions and arguments from rustc_serialize
bjorn3
-10
/
+8
2021-03-26
Use iter::zip in compiler/
Josh Stone
-1
/
+1
2021-03-11
Add inlining.
Camille GILLOT
-0
/
+2
2021-02-24
replaced some map_or with map_or_else
klensy
-1
/
+1
2021-02-23
replaced some unwrap_or with unwrap_or_else
klensy
-5
/
+5
2021-02-19
Move the query system to rustc_query_impl.
Camille GILLOT
-0
/
+3
2021-02-19
Wrap QueryDescription into a macro.
Camille GILLOT
-4
/
+4
2021-02-19
Make QueryEngine opaque to TyCtxt.
Camille GILLOT
-7
/
+5
[next]