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
/
cfg
/
construct.rs
Age
Commit message (
Expand
)
Author
Lines
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
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+2
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-6
/
+6
2017-06-01
rustc: replace method_map with Def::Method and node_substs entries.
Eduard-Mihai Burtescu
-2
/
+2
2017-06-01
rustc: avoid using MethodCallee's signature where possible.
Eduard-Mihai Burtescu
-6
/
+1
2017-06-01
rustc: keep overloaded autoderef MethodCallee's in Adjust.
Eduard-Mihai Burtescu
-2
/
+1
2017-05-13
rustc: stop interning CodeExtent, it's small enough.
Eduard-Mihai Burtescu
-2
/
+3
2017-04-30
introduce per-fn RegionMaps
Taylor Cramer
-1
/
+5
2017-04-30
intern CodeExtents
Niko Matsakis
-3
/
+3
2017-04-30
On-demandify region mapping
Taylor Cramer
-4
/
+4
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-1
/
+1
2017-03-30
refactor the `targeted_by_break` field
Niko Matsakis
-2
/
+2
2017-03-30
refactor if so that the "then type" is an expression
Niko Matsakis
-2
/
+2
2017-03-17
Add more catch-related CFG and lifetime tests and fix CFG bug
Taylor Cramer
-1
/
+1
2017-03-17
Implement ? in catch expressions and add tests
Taylor Cramer
-22
/
+72
[next]