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
/
comp
/
syntax
/
ext
Age
Commit message (
Expand
)
Author
Lines
2011-12-16
Switch fmt extension to reference extfmt that's in core.
Graydon Hoare
-7
/
+2
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-2
/
+2
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-16
/
+17
2011-12-07
Change literal representation to not truncate
Marijn Haverbeke
-2
/
+2
2011-11-30
Box ast::path values
Marijn Haverbeke
-11
/
+11
2011-11-18
Update stdlib, compiler, and tests to new kind system
Marijn Haverbeke
-1
/
+1
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-5
/
+0
2011-11-10
Cleanup unused imports
Haitao Li
-10
/
+9
2011-11-10
Add float support to #fmt. Fix #1014.
Josh Matthews
-0
/
+3
2011-10-25
Update our code to new type parameter kind syntax
Marijn Haverbeke
-1
/
+1
2011-10-21
Change the way block calls are parsed, mark them as block-calls.
Marijn Haverbeke
-1
/
+1
2011-10-21
Move hash table iteration over to block-taking functions
Marijn Haverbeke
-8
/
+8
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-9
/
+9
2011-10-10
Adjust function signatures to allow for vecs being immediate
Marijn Haverbeke
-2
/
+2
2011-10-07
Give up on providing a by-value version of map, convert fold over to
Marijn Haverbeke
-3
/
+3
2011-10-07
Parse and typecheck by-value and by-ref arg specs
Marijn Haverbeke
-2
/
+2
2011-09-24
Vectors containing pinned kinds become pinned
Brian Anderson
-1
/
+1
2011-09-19
Break fold's circular reference during unwinding
Brian Anderson
-3
/
+0
2011-09-16
Require body of else-less if expressions to be a value-less block
Marijn Haverbeke
-1
/
+1
2011-09-15
Insert omitted semicolons for statements
Marijn Haverbeke
-1
/
+1
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-51
/
+17
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-2
/
+4
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-110
/
+109
2011-09-02
Reformat. Issue #855
Brian Anderson
-182
/
+153
2011-09-01
Remove lots of estr code from rustc. Issue #855
Brian Anderson
-5
/
+4
2011-09-01
Remove #ifmt. Issue #855
Brian Anderson
-2
/
+0
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-4
/
+4
2011-09-01
Make #fmt and #ifmt synonymous. Issue #855
Brian Anderson
-13
/
+15
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-8
/
+8
2011-09-01
Parse "",str as istrs. Pretty print istrs as "",str. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-09-01
Remove various istr conversions. Issue #855
Brian Anderson
-10
/
+9
2011-09-01
Remove the estr #fmt. Issue #855
Brian Anderson
-365
/
+0
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-32
/
+34
2011-08-30
Convert #env to istrs. Temporarily disable usage in rustc. Issue #855
Brian Anderson
-1
/
+1
2011-08-30
Add #ifmt extension, like #fmt but for istrs. Issue #855
Brian Anderson
-0
/
+364
2011-08-30
Remove the %S istr conversion from #fmt
Brian Anderson
-2
/
+0
2011-08-27
Convert misc compiler bits to istrs. Issue #855
Brian Anderson
-47
/
+47
2011-08-27
Convert rustc::syntax::ext::base to istrs. Issue #855
Brian Anderson
-82
/
+87
2011-08-27
Convert rustc::driver::session to istrs. Issue #855
Brian Anderson
-5
/
+8
2011-08-27
Convert pretty-printer to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert parser to istrs. Issue #855
Brian Anderson
-1
/
+2
2011-08-27
Convert rest of the AST to istrs. Issue #855
Brian Anderson
-14
/
+15
2011-08-27
Support istrs in #fmt. Issue #855
Brian Anderson
-0
/
+2
2011-08-27
Remove ast::identistr. Issue #855
Brian Anderson
-7
/
+6
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-35
/
+36
2011-08-27
Convert std::map::new_str_hash to istrs. Issue #855
Brian Anderson
-27
/
+43
2011-08-27
Convert std::generic_os to istrs. Issue #855
Brian Anderson
-2
/
+5
2011-08-27
Convert std::io to istrs. Issue #855
Brian Anderson
-1
/
+3
2011-08-27
Convert std::int to istrs. Issue #855
Brian Anderson
-5
/
+13
[next]