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
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
2017-03-13
some style fixes
Tshepang Lekhonkhobe
-17
/
+15
2017-02-28
remove special-case code for statics and just use `borrowck_fn`
Niko Matsakis
-14
/
+6
2017-02-18
Rename hir::Label to hir::Destination
Taylor Cramer
-6
/
+6
2017-02-18
Properly implement labeled breaks in while conditions
Taylor Cramer
-7
/
+22
2017-02-17
Normalize labeled and unlabeled breaks
Taylor Cramer
-10
/
+5
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-3
/
+3
2017-01-25
rename `Tables` to `TypeckTables`
Niko Matsakis
-1
/
+1
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-5
/
+19
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-5
/
+2
2016-11-28
rustc: embed path resolutions into the HIR instead of keeping DefMap.
Eduard-Mihai Burtescu
-18
/
+9
2016-11-28
rustc: desugar UFCS as much as possible during HIR lowering.
Eduard Burtescu
-2
/
+2
2016-11-21
Implement the `loop_break_value` feature.
Geoffry Song
-3
/
+4
2016-11-22
Change HirVec<P<T>> to HirVec<T> in Expr.
Nicholas Nethercote
-6
/
+6
2016-11-10
rustc: use an Expr instead of a Block for function bodies.
Eduard Burtescu
-6
/
+6
2016-11-02
rustc: record the target type of every adjustment.
Eduard Burtescu
-1
/
+1
2016-11-02
rustc: make all read access to tcx.tables go through a method.
Eduard Burtescu
-3
/
+3
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-3
/
+3
2016-09-28
Call arrays "arrays" instead of "vecs" internally
Jonas Schievink
-2
/
+2
2016-09-04
Replace `_, _` with `..`
Vadim Petrochenkov
-3
/
+3
2016-08-13
Rename empty/bang to never
Andrew Cann
-1
/
+2
2016-08-13
Remove obsolete divergence related stuff
Andrew Cann
-1
/
+1
2016-08-13
Switch on TyEmpty
Andrew Cann
-1
/
+1
2016-07-08
Merge PatKind::QPath into PatKind::Path in HIR
Vadim Petrochenkov
-1
/
+0
2016-06-10
Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...
Vadim Petrochenkov
-2
/
+2
2016-05-28
Refactor away some functions from hir::pat_util
Vadim Petrochenkov
-2
/
+1
2016-05-28
Separate bindings from other patterns in HIR
Vadim Petrochenkov
-2
/
+2
2016-05-26
Implement `..` in tuple (struct) patterns
Vadim Petrochenkov
-3
/
+2
2016-05-16
Remove hir::Ident
Vadim Petrochenkov
-2
/
+2
[prev]
[next]