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
/
librustsyntax
Age
Commit message (
Expand
)
Author
Lines
2012-04-19
Cleanup FIXMEs in syntax::ext::qquote
Tim Chevalier
-13
/
+7
2012-04-19
Removed a FIXME from librustcsyntax/ext/build.rs
Tim Chevalier
-3
/
+0
2012-04-19
Comments only: annotate FIXMEs in lexer
Tim Chevalier
-2
/
+3
2012-04-18
Fix [] on str to exclude the trailing null.
Graydon Hoare
-3
/
+4
2012-04-18
syntax: Put the main parser interface in mod parse
Brian Anderson
-171
/
+185
2012-04-18
syntax: Begin moving functions from mod parser to mod classify
Brian Anderson
-37
/
+41
2012-04-18
syntax: Move some functions from parser to token
Brian Anderson
-46
/
+59
2012-04-18
syntax: Extract prec mod from parser mod
Brian Anderson
-40
/
+52
2012-04-17
syntax: Add explicit exports in parser mods
Brian Anderson
-0
/
+37
2012-04-17
syntax: Remove extra 'mut' from bad word table
Brian Anderson
-1
/
+1
2012-04-16
rewrite region resolution so it takes place in typeck
Niko Matsakis
-10
/
+5
2012-04-15
syntax: Remove unused lexer field
Brian Anderson
-2
/
+1
2012-04-15
syntax: Cleanup in diagnostic
Brian Anderson
-7
/
+7
2012-04-15
syntax: Limit exports in codemap
Brian Anderson
-0
/
+23
2012-04-15
syntax: Some minor lexer refactoring
Brian Anderson
-3
/
+2
2012-04-15
syntax: lexer doesn't need to store the src length
Brian Anderson
-6
/
+4
2012-04-15
syntax: lexer doesn't need a codemap
Brian Anderson
-11
/
+7
2012-04-15
syntax: Limit exports from lexer
Brian Anderson
-0
/
+2
2012-04-15
syntax: Eliminate token's dependency on lexer
Brian Anderson
-17
/
+21
2012-04-15
syntax: Move comment-extraction code to its own module
Brian Anderson
-208
/
+213
2012-04-15
syntax: Cleanup attr module. Closes #1545
Brian Anderson
-182
/
+225
2012-04-13
Annotate FIXMEs in syntax::ast and syntax::ast_util
Tim Chevalier
-39
/
+38
2012-04-12
Support general warnings and errors in lint pass via flags and attrs. Close #...
Graydon Hoare
-6
/
+1
2012-04-11
Allow classes to implement ifaces
Tim Chevalier
-7
/
+24
2012-04-11
rustsyntax: i64, not int
Brian Anderson
-1
/
+1
2012-04-11
Fix name.
Graydon Hoare
-3
/
+3
2012-04-11
Add vstore/evec/estr to compiler.
Graydon Hoare
-43
/
+175
2012-04-10
Generic classes and generic class methods work cross-crate
Tim Chevalier
-8
/
+27
2012-04-06
Re-rename option functions
Tim Chevalier
-5
/
+5
2012-04-06
Remove support for old-style for
Marijn Haverbeke
-48
/
+13
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-97
/
+99
2012-04-06
rustc: Fail when there are multiple matches for 'use'
Brian Anderson
-3
/
+12
2012-04-05
add static region and also fix regions to be contravariant
Niko Matsakis
-1
/
+5
2012-04-05
Explicitly use version 0.2 of crates
Brian Anderson
-3
/
+6
2012-04-03
Monomorphize class constructors, support generic classes and class methods
Tim Chevalier
-4
/
+18
2012-04-02
Rename some core::option functions
Tim Chevalier
-6
/
+6
2012-03-29
refactor to store the types during inference in tables in the fcx
Niko Matsakis
-3
/
+7
2012-03-29
rustc: Move ext to librustsyntax
Brian Anderson
-1
/
+2801
2012-03-29
rustc: Move attr, parse, print to rustsyntax
Brian Anderson
-1
/
+5704
2012-03-29
rustc: Move lexer and token to rustsyntax
Brian Anderson
-0
/
+952
2012-03-29
rustc: Move diagnostic to rustsyntax
Brian Anderson
-0
/
+256
2012-03-29
rustc: Move fold to rustsyntax
Brian Anderson
-0
/
+773
2012-03-29
rustc: Move interner to rustsyntax
Brian Anderson
-0
/
+42
2012-03-29
rustc: Move ast, ast_util, visit to rustsyntax
Brian Anderson
-0
/
+1609
2012-03-29
rustc: Move codemap to rustsyntax
Brian Anderson
-0
/
+206
2012-03-29
build: Introduce rustsyntax crate
Brian Anderson
-0
/
+5
[prev]