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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
cfg
/
construct.rs
Age
Commit message (
Expand
)
Author
Lines
2019-06-19
Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril
Mazdak Farrokhzad
-1
/
+1
2019-06-18
Preserve generator and yield source for error messages
Taylor Cramer
-1
/
+1
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-17
fix a HIR doc, simplify one HIR-related function call
ljedrz
-2
/
+1
2019-06-17
remove _by_hir_id if there is no NodeId counterpart
ljedrz
-1
/
+1
2019-06-17
replace some uses of NodeId with HirId
ljedrz
-1
/
+2
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-2
/
+2
2019-06-12
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-2
/
+1
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-2
/
+2
2019-06-12
Fix fallout from `deny(unused_lifetimes)`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-2
/
+2
2019-05-21
Give match arms a drop/region scope
Matthew Jasper
-4
/
+6
2019-05-10
Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match.
Mazdak Farrokhzad
-41
/
+0
2019-04-30
Rename hir::ExprKind::Use to ::DropTemps and improve docs.
Mazdak Farrokhzad
-1
/
+1
2019-04-25
Introduce hir::ExprKind::Use and employ in for loop desugaring.
Mazdak Farrokhzad
-0
/
+1
2019-03-07
hir: replace NodeId with HirId in Destination
ljedrz
-4
/
+4
2019-02-24
hir: remove NodeId from Expr
ljedrz
-1
/
+1
2019-02-18
Fix style nits
Dan Robertson
-3
/
+5
2019-02-05
move librustc to 2018
Mark Mansi
-5
/
+5
2019-02-03
cleanup: don't use node_to_hir_id where unneeded
ljedrz
-2
/
+1
2019-01-17
Remove `hir::StmtKind::Decl`.
Nicholas Nethercote
-19
/
+10
2019-01-17
Make `hir::Stmt` a separate struct.
Nicholas Nethercote
-4
/
+4
2018-12-27
AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end
Vadim Petrochenkov
-1
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-11
Update tests
varkor
-1
/
+1
2018-12-11
Consider privacy in more locations
varkor
-1
/
+2
2018-12-11
Make uninhabitedness checking more intelligent
varkor
-1
/
+1
2018-12-11
Check for uninhabitedness instead of never
varkor
-2
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-6
/
+6
2018-09-15
Make rustc::middle::region::Scope's fields public
Marshall Bowers
-5
/
+14
2018-08-30
introduce Guard enum
F001
-2
/
+3
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-5
/
+5
2018-07-16
ExprKind
csmoe
-34
/
+34
2018-07-16
DeclKind
csmoe
-2
/
+2
2018-07-16
StmtKind
csmoe
-3
/
+3
2018-07-12
rename `control_flow_graph` to `graph`
Niko Matsakis
-1
/
+1
2018-07-12
rename `graph` to `control_flow_graph::implementation`
Niko Matsakis
-2
/
+2
2018-06-23
Rename ExprAgain to ExprContinue
varkor
-1
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-3
/
+3
2018-05-16
label-break-value: Parsing and AST/HIR changes
est31
-1
/
+1
2018-05-15
Remove LoopIdResult
est31
-2
/
+2
2018-05-15
Remove hir::ScopeTarget
est31
-9
/
+5
2018-04-12
AST/HIR: Merge field access expressions for named and numeric fields
Vadim Petrochenkov
-1
/
+0
2018-03-28
Remove adjacent all-const match arm hack.
Felix S. Klock II
-34
/
+8
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-8
/
+8
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent.
Eduard-Mihai Burtescu
-4
/
+6
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CFG.
Eduard-Mihai Burtescu
-45
/
+44
2017-07-28
Remove support for `gen arg`
Alex Crichton
-1
/
+0
2017-07-28
Rename suspend to yield
John Kåre Alsaker
-1
/
+1
[next]