Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
HEAD
/
compiler
/
rustc_hir
0d1aefa
Warn useless deprecation in check_attr.
by Camille GILLOT
· 2 days ago
87a27f9
Specify of_trait in Target::Impl.
by Camille GILLOT
· 2 days ago
9cd918b
Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmease
by bors
· 2 days ago
6932687
parse `const trait Trait`
by Deadbeef
· 2 days ago
8c12d76
Auto merge of #142903 - cjgillot:local-def-path-hash, r=compiler-errors
by bors
· 2 days ago
6414352
Use `join_path_syms` in one more place.
by Nicholas Nethercote
· 2 days ago
fb7aa9e
Improve path segment joining.
by Nicholas Nethercote
· 2 days ago
babe2c0
resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res`
by Vadim Petrochenkov
· 3 days ago
ad635e5
Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk
by bors
· 5 days ago
21fd82a
Retire hir::*ItemRef.
by Camille GILLOT
· 6 days ago
5bd3841
Retire hir::ForeignItemRef.
by Camille GILLOT
· 6 days ago
277b0ec
Remove hir::AssocItemKind.
by Camille GILLOT
· 6 days ago
3ecd03b
Move trait_item_def_id from ImplItemRef to ImplItem.
by Camille GILLOT
· 6 days ago
ef82007
Port `#[automatically_derived]` to the new attribute parsing infrastructure
by Jonathan Brouwer
· 7 days ago
486ffda
Add opaque TypeId handles for CTFE
by Oli Scherer
· 10 days ago
0a4f87a
compiler: rename {ast,hir}::BareFn* to FnPtr*
by Jubilee Young
· 13 days ago
2d8ffff
Port `#[ignore]` to the new attribute parsing infrastructure
by Jonathan Brouwer
· 14 days ago
e2e3f58
Remove PointerLike trait
by Michael Goulet
· 2 weeks ago
c76d032
setup CI and tidy to use typos for spellchecking and fix few typos
by klensy
· 2 weeks ago
085c247
Auto merge of #143036 - compiler-errors:no-dyn-star, r=oli-obk
by bors
· 3 weeks ago
2516c33
Remove support for dyn*
by Michael Goulet
· 3 weeks ago
71e4c00
Auto merge of #143287 - GuillaumeGomez:rollup-fdjcti9, r=GuillaumeGomez
by bors
· 3 weeks ago
4e97337
Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errors
by bors
· 3 weeks ago
022c914
Remove `ItemKind::descr` method
by Guillaume Gomez
· 3 weeks ago
f46ce66
Auto merge of #143267 - matthiaskrgr:rollup-suvzar6, r=matthiaskrgr
by bors
· 3 weeks ago
74fda50
Remove unused `descr` methods
by Guillaume Gomez
· 3 weeks ago
478f828
Introduce `ByteSymbol`.
by Nicholas Nethercote
· 3 weeks ago
362d4dd
Don't look at static items' HIR for wfcheck
by Oli Scherer
· 3 weeks ago
b63223c
Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin
by bors
· 3 weeks ago
1087042
Insert checks for enum discriminants when debug assertions are enabled
by Bastian Kersting
· 3 weeks ago
c51f05b
Report infer ty errors during hir ty lowering
by Oli Scherer
· 3 weeks ago
1dfc840
make `tidy-alphabetical` use a natural sort
by Folkert de Vries
· 3 weeks ago
068f3ac
Update test.
by Camille GILLOT
· 4 weeks ago
89e5db8
Only inherit local hash for paths.
by Camille GILLOT
· 4 weeks ago
6729b66
All HIR attributes are outer
by David Tolnay
· 4 weeks ago
86f40ac
Remove style() from AttributeExt trait
by David Tolnay
· 4 weeks ago
e51c37c
Add AttributeExt::doc_resolution_scope
by David Tolnay
· 4 weeks ago
045faa8
Port `#[may_dangle]` to the new attribute system
by Pavel Grigorenko
· 4 weeks ago
d43da6f
trait_sel: `{Meta,Pointee}Sized` on `Sized` types
by David Wood
· 5 weeks ago
b79d3b1
Rollup merge of #134661 - dtolnay:prefixattr, r=fmease
by León Orell Valerian Liehr
· 5 weeks ago
2171f89
Reduce precedence of expressions that have an outer attr
by David Tolnay
· 5 weeks ago
6f5a717
collect delayed lints in hir_crate_items
by Jana Dönszelmann
· 5 weeks ago
6072207
introduce new lint infra
by Jana Dönszelmann
· 5 weeks ago
9223704
Remove all unused feature gates from the compiler
by bjorn3
· 6 weeks ago
ccf3198
Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=traviscross,jieyouxu
by bors
· 6 weeks ago
81a964c
Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgr
by bors
· 6 weeks ago
87969ff
Rollup merge of #141999 - nnethercote:precise-ident, r=compiler-errors
by Matthias Krüger
· 6 weeks ago
d35ad94
Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`
by Jake Goulding
· 6 weeks ago
9a50cb4
Introduce the `mismatched_lifetime_syntaxes` lint
by Jake Goulding
· 6 weeks ago
a06160d
Rollup merge of #142007 - nnethercote:visitor-comments, r=chenyukang
by Matthias Krüger
· 6 weeks ago
ed300d8
Improve some `Visitor` comments.
by Nicholas Nethercote
· 6 weeks ago
f9c2a45
Visit the ident in `PreciseCapturingNonLifetimeArg`.
by Nicholas Nethercote
· 6 weeks ago
27a894f
Rollup merge of #137725 - oli-obk:i-want-to-move-it-move-it, r=compiler-errors,traviscross
by Matthias Krüger
· 7 weeks ago
5fbdfc3
Add `iter` macro
by Oli Scherer
· 7 weeks ago
d2bf16a
Rename `LifetimeSyntax` variants to lang-team-approved names
by Jake Goulding
· 7 weeks ago
757d0e7
Rollup merge of #141931 - ArtemIsmagilov:issue-141849_2, r=nnethercote
by Matthias Krüger
· 7 weeks ago
624e1cd
Deconstruct values in the THIR visitor
by ArtemIsmagilov
· 7 weeks ago
69ebe39
Rollup merge of #141876 - compiler-errors:missing-let-ty, r=SparrowLii
by Matthias Krüger
· 7 weeks ago
8747ccb
Overhaul `UsePath`.
by Nicholas Nethercote
· 7 weeks ago
4a803d2
Suppress redundant error
by Michael Goulet
· 7 weeks ago
aa3009d
Reorder hir fn stuff.
by Nicholas Nethercote
· 7 weeks ago
f8887aa
Reorder fields in `hir::ItemKind` variants.
by Nicholas Nethercote
· 7 weeks ago
849cabf
Rename `kw::Empty` as `sym::empty`.
by Nicholas Nethercote
· 8 weeks ago
cf878d8
HIR: explain in comment why `ExprKind::If` "then" is an `Expr`
by Samuel Tardieu
· 9 weeks ago
2ce08ca
update cfg(bootstrap)
by Pietro Albini
· 10 weeks ago
0984db5
Remove `Ident::empty`.
by Nicholas Nethercote
· 2 months ago
5913e55
Add `DefPathData::OpaqueLifetime` to avoid conflicts for remapped opaque lifetimes
by John Kåre Alsaker
· 2 months ago
243c5a3
Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk
by bors
· 2 months ago
bcf2490
Rollup merge of #140572 - nnethercote:comment-ExprKind-If, r=compiler-errors
by Matthias Krüger
· 3 months ago
4869e20
Split `get_opt_name` hashing use into `hashed_symbol`
by John Kåre Alsaker
· 3 months ago
d16daf5
Add comment about the symbol on `AnonAssocTy`
by John Kåre Alsaker
· 3 months ago
efc51ce
Add `DefPathData::NestedStatic` instead of reusing `DefPathData::AnonConst`
by John Kåre Alsaker
· 3 months ago
0ea204a
Add useful comments on `ExprKind::If` variants.
by Nicholas Nethercote
· 3 months ago
d42edee
Handle `Path<>` better in error messages.
by Nicholas Nethercote
· 3 months ago
f242d6c
Auto merge of #127516 - nnethercote:simplify-LazyAttrTokenStream, r=petrochenkov
by bors
· 3 months ago
298c56f
Simplify `LazyAttrTokenStream`.
by Nicholas Nethercote
· 3 months ago
a20fe8f
Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU
by Trevor Gross
· 3 months ago
e561ec0
Remove global `next_disambiguator` state and handle it with a `DisambiguatorState` type
by John Kåre Alsaker
· 3 months ago
c366756
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added.
by Andrew Zhogin
· 3 months ago
b023856
Add or-patterns to pattern types
by Oli Scherer
· 3 months ago
564e5cc
Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnr
by Matthias Krüger
· 3 months ago
2a5c349
Extend HIR to track the source and syntax of a lifetime
by Jake Goulding
· 3 months ago
7493e1c
Make #![feature(let_chains)] bootstrap conditional in compiler/
by est31
· 3 months ago
540fb22
Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann
by Matthias Krüger
· 3 months ago
2fef0a3
Replace infallible `name_or_empty` methods with fallible `name` methods.
by Nicholas Nethercote
· 3 months ago
fe882bf
Rename `LifetimeName` as `LifetimeKind`.
by Nicholas Nethercote
· 3 months ago
f433fa4
Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar
by bors
· 3 months ago
9d6c95d
Rollup merge of #139772 - nnethercote:rm-hir-Map, r=Zalathar
by Stuart Cook
· 3 months ago
380ad1b
Rollup merge of #138374 - celinval:issue-136925-const-contract, r=compiler-errors,oli-obk,RalfJung
by Stuart Cook
· 3 months ago
4b63362
Use `newtype_index!`-generated types more idiomatically
by Yotam Ofek
· 3 months ago
f836ae4e
Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated, r=petrochenkov
by bors
· 3 months ago
9734e44
Documentation fixes.
by Nicholas Nethercote
· 3 months ago
d04df1c
Rollup merge of #137043 - Sky9x:unsafe-pinned-pt1-libs, r=tgross35,RalfJung,WaffleLapkin
by Jacob Pratt
· 3 months ago
21b7360
Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs]
by Sky
· 3 months ago
83dd8a2
Fix name of field in doc comment
by Samuel Tardieu
· 3 months ago
2b54f9b
Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errors
by Jacob Pratt
· 3 months ago
cdf5b8d
Change how anonymous associated types are printed.
by Nicholas Nethercote
· 3 months ago
9eca59a
Introduce `DefPathData::AnonAssocTy`.
by Nicholas Nethercote
· 3 months ago
0abc6c6
Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead
by Stuart Cook
· 3 months ago
f740326
Allow drivers to supply a list of extra symbols to intern
by Alex Macleod
· 3 months ago
Next »