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
/
middle
/
check_const.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-7
/
+7
2014-06-06
Move Def out of syntax crate, where it does not belong
Niko Matsakis
-0
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-1
/
+1
2014-05-13
Allow blocks in const expressions
Marvin Löbel
-0
/
+27
2014-05-12
librustc: Remove all uses of `~str` from librustc.
Patrick Walton
-3
/
+6
2014-04-22
rustc: de-@ some RefCell's.
Eduard Burtescu
-3
/
+3
2014-04-22
rustc: move the method and vtable maps into ty::ctxt.
Eduard Burtescu
-16
/
+6
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-04-04
syntax: remove obsolete mutability from ExprVec and ExprRepeat.
Eduard Burtescu
-1
/
+1
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-5
/
+4
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-17
auto merge of #12742 : FlaPer87/rust/issue-11411-static-mut-slice, r=nikomats...
bors
-0
/
+1
2014-03-17
De-@ ty::ctxt usage.
Eduard Burtescu
-4
/
+4
2014-03-17
De-@ Session usage.
Eduard Burtescu
-52
/
+33
2014-03-13
Implement automatic overloaded dereference.
Eduard Burtescu
-2
/
+2
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-0
/
+1
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-3
/
+2
2014-03-06
rustc: Move mut slice check to `check_static`
Flavio Percoco
-14
/
+6
2014-03-06
Allow mutable slices in statics.
xales
-5
/
+14
2014-03-02
Make visible types public in rustc
Steven Fackler
-1
/
+1
2014-02-26
Replace callee_id with information stored in method_map.
Eduard Burtescu
-2
/
+2
2014-02-26
Rename a few typeck method-related structures to UpperCamelCase.
Eduard Burtescu
-3
/
+3
2014-02-14
Removed the obsolete ast::CallSugar (previously used by `do`).
Eduard Burtescu
-1
/
+1
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-17
/
+8
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-2
/
+2
2014-02-02
syntax: remove the handling of @str and @[] from the parser completely.
Huon Wilson
-2
/
+1
2014-01-20
auto merge of #11662 : alexcrichton/rust/faster-parens, r=huonw
bors
-2
/
+1
2014-01-20
Fix a pathological const checking case
Alex Crichton
-2
/
+1
2014-01-19
syntax: convert ast_map to use a SmallIntMap.
Huon Wilson
-2
/
+1
2014-01-13
librustc: Remove `@` pointer patterns from the language
Patrick Walton
-10
/
+8
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-23
/
+23
2014-01-07
'borrowed pointer' -> 'reference'
Brian Anderson
-1
/
+1
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-35
/
+21
2014-01-03
librustc: Remove `@mut` support from the parser
Patrick Walton
-3
/
+2
2014-01-03
librustc: De-`@mut` the AST map
Patrick Walton
-3
/
+5
2013-12-26
librustc: De-`@mut` the def map.
Patrick Walton
-11
/
+17
2013-12-26
librustc: De-`@mut` the `idstack` in constant checking
Patrick Walton
-6
/
+14
2013-12-26
librustc: De-`@mut` the method map
Patrick Walton
-1
/
+2
2013-11-28
Register new snapshots
Alex Crichton
-15
/
+15
2013-11-26
Take &Pat in visit_pat
Seo Sanghyeon
-2
/
+2
2013-11-17
Better error message when using vectors in statics
Corey Richardson
-2
/
+8
2013-11-12
Remove type overflow checks from check_const.rs, refs #4220
Florian Hahn
-15
/
+0
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-2
/
+2
2013-10-08
add new enum ast::StrStyle as field to ast::lit_str
Benjamin Herr
-2
/
+2
2013-09-30
rustc: Remove usage of fmt!
Alex Crichton
-2
/
+2
2013-09-25
Fold env into CheckItemRecursionVisitor.
Felix S. Klock II
-15
/
+17
2013-09-11
Properly encode/decode structural variants.
SiegeLord
-1
/
+1
2013-09-04
stop treating char as an integer type
Daniel Micay
-9
/
+7
2013-09-03
Modernized a few more types in syntax::ast
Marvin Löbel
-39
/
+39
[next]