]> git.lizzy.rs Git - rust.git/history - src/libsyntax/print/pprust.rs
Fix pretty printer for fixed length vectors.
[rust.git] / src / libsyntax / print / pprust.rs
2013-03-19 Luqman AdenFix pretty printer for fixed length vectors.
2013-03-19 Luqman AdenAllow constant expressions in [Type * n].
2013-03-19 Patrick Waltonlibrustc: Make the compiler ignore purity.
2013-03-18 borsauto merge of #5420 : boggle/rust/sudoku-with-traits...
2013-03-17 borsauto merge of #5374 : z0w0/rust/rustdoc-explicit-self...
2013-03-16 Zack Corrsyntax: Fix fun_to_str test
2013-03-16 borsauto merge of #5408 : thestinger/rust/trie, r=pcwalton
2013-03-16 borsauto merge of #5359 : luqmana/rust/inline-asm, r=pcwalton
2013-03-16 Luqman AdenActually pass inline asm operands around.
2013-03-15 borsauto merge of #5371 : thestinger/rust/hidden, r=pcwalton
2013-03-15 borsauto merge of #5369 : thestinger/rust/iter, r=z0w0
2013-03-15 borsauto merge of #5367 : brson/rust/5299, r=thestinger
2013-03-14 borsauto merge of #5366 : tedhorst/rust/threadring, r=brson
2013-03-14 borsauto merge of #5365 : thestinger/rust/map, r=catamorphism
2013-03-14 borsauto merge of #5364 : xenocons/rust/patch-1, r=z0w0
2013-03-14 borsauto merge of #5360 : thestinger/rust/doc, r=graydon
2013-03-14 borsauto merge of #5355 : yichoi/rust/pull-0314, r=graydon
2013-03-14 Zack Corrrustdoc: Document explicit self in methods. Closes...
2013-03-14 Patrick Waltonlibrustc: Don't accept `as Trait` anymore; fix all...
2013-03-13 borsauto merge of #5340 : brson/rust/column, r=brson
2013-03-13 borsauto merge of #5307 : nikomatsakis/rust/remove-by-val...
2013-03-13 Niko MatsakisRemove `++` mode from the compiler (it is parsed as...
2013-03-13 borsauto merge of #5337 : yichoi/rust/pull-0312, r=sanxiyn
2013-03-13 borsauto merge of #5319 : brson/rust/debuginfo, r=brson
2013-03-13 borsauto merge of #5293 : brson/rust/logging, r=brson
2013-03-12 borsauto merge of #5332 : jdm/rust/transitivelink, r=graydon
2013-03-12 borsauto merge of #5320 : apasel422/rust/metaderive, r...
2013-03-12 borsauto merge of #5329 : wanderview/rust/std-getopts-opts_...
2013-03-12 borsauto merge of #5317 : luqmana/rust/inline-asm, r=graydon
2013-03-12 borsauto merge of #5335 : larryv/rust/local_stage0-libsynta...
2013-03-12 borsauto merge of #5333 : brson/rust/context, r=brson
2013-03-12 Luqman AdenAdd alignstack option for inline asm.
2013-03-12 Luqman AdenParse operands properly and add a way to indicate volat...
2013-03-12 Luqman AdenCreate asm! syntax extension.
2013-03-12 Luqman AdenParse inline assembly.
2013-03-12 borsauto merge of #5328 : bstrie/rust/optadd, r=graydon
2013-03-12 borsauto merge of #5324 : brson/rust/relnotes, r=graydon
2013-03-12 borsauto merge of #5310 : thestinger/rust/treeset, r=graydon
2013-03-12 borsauto merge of #5304 : jld/rust/const-adjustments, r...
2013-03-12 borsauto merge of #5292 : thestinger/rust/nil, r=graydon
2013-03-11 borsauto merge of #5314 : jld/rust/adt-simplification,...
2013-03-11 borsauto merge of #5291 : pcwalton/rust/drop-lint, r=pcwalton
2013-03-11 Patrick Waltonlibrustc: Lint the old `drop` destructor notation off
2013-03-11 Patrick Waltonlibrustc: Replace all uses of `fn()` with `&fn()`....
2013-03-11 borsauto merge of #5122 : sanxiyn/rust/vec-match-tail-2...
2013-03-11 Seo SanghyeonImplement vector destructuring from tail
2013-03-10 borsauto merge of #5285 : jld/rust/emacs-refix, r=brson
2013-03-10 Jed DavisDon't print addr_of(addr_of(e)) as `&&e`, which means...
2013-03-10 borsauto merge of #5302 : thestinger/rust/vec, r=nikomatsakis
2013-03-10 borsauto merge of #5296 : nikomatsakis/rust/region-syntax...
2013-03-10 Niko MatsakisRemove @ast::Region and replace with @ast::Lifetime.
2013-03-08 borsauto merge of #5278 : brson/rust/logplusplus, r=brson
2013-03-08 borsauto merge of #5279 : alexcrichton/rust/no-dvec, r...
2013-03-08 Alex Crichtonsyntax: Remove uses of DVec
2013-03-08 borsauto merge of #5260 : pcwalton/rust/assert, r=pcwalton
2013-03-08 Patrick Waltonlibrustc: Stop parsing `assert`.
2013-03-08 Patrick Waltonlibrustc: Convert all uses of `assert` over to `fail_un...
2013-03-08 Patrick Waltonlibrustc: Remove record patterns from the compiler
2013-03-08 Patrick Waltonlibsyntax: Remove struct literal expressions from the...
2013-03-08 Patrick Waltonlibrustc: Remove structural record types from the compiler
2013-03-07 Brian AndersonMerge remote-tracking branch 'brson/cross7'
2013-03-07 borsauto merge of #5256 : thestinger/rust/bool, r=brson
2013-03-07 borsauto merge of #5255 : jbclements/rust/remove-parse...
2013-03-07 borsauto merge of #5182 : youknowone/rust/enum-cast, r...
2013-03-06 borsauto merge of #5125 : nikomatsakis/rust/issue-4846...
2013-03-06 Niko Matsakispatch up pretty printing of things with both lifetime...
2013-03-06 Niko MatsakisImprove error messages when illegal lifetimes are used
2013-03-06 Niko MatsakisAdd manual &self/ and &static/ and /&self declarations...
2013-03-06 borsauto merge of #5246 : brson/rust/demode, r=brson
2013-03-06 borsauto merge of #5253 : nikomatsakis/rust/issue-5243...
2013-03-06 Niko MatsakisFix a bug with region-parameterized enums etc where...
2013-03-05 borsauto merge of #5234 : pcwalton/rust/equiv, r=pcwalton
2013-03-05 borsauto merge of #5232 : bstrie/rust/issue4448, r=nikomatsakis
2013-03-05 Patrick Waltonlibsyntax: Separate multiple inherited traits with `+`
2013-03-05 borsauto merge of #5231 : jbclements/rust/better-macro...
2013-03-05 borsauto merge of #5233 : bstrie/rust/deimpselfcore, r...
2013-03-05 borsauto merge of #5237 : thestinger/rust/iter, r=nikomatsakis
2013-03-05 borsauto merge of #5225 : nikomatsakis/rust/issue-5224...
2013-03-05 Niko MatsakisUpdate region inference for traits so that a method...
2013-03-05 borsauto merge of #5215 : jld/rust/fn-const-env, r=graydon
2013-03-05 borsauto merge of #5212 : thestinger/rust/iter, r=graydon
2013-03-05 borsauto merge of #5179 : alexcrichton/rust/default-warn...
2013-03-04 Alex CrichtonRemove unused imports throughout src/
2013-03-04 borsauto merge of #5205 : thestinger/rust/radix, r=graydon
2013-03-03 Daniel Micayreplace option::iter with a BaseIter impl
2013-03-03 borsauto merge of #5203 : erickt/rust/incoming, r=brson
2013-03-03 borsauto merge of #5197 : pcwalton/rust/fn-types, r=pcwalton
2013-03-03 Patrick Waltonlibrustc: Stop parsing `fn@`, `fn~`, and `fn&`
2013-03-03 borsauto merge of #5114 : osaut/rust/incoming, r=brson
2013-03-03 Patrick Waltonlibsyntax: Remove `fn@`, `fn~`, and `fn&` from libsynta...
2013-03-03 borsauto merge of #5199 : thestinger/rust/hashmap, r=brson
2013-03-02 borsauto merge of #5198 : youknowone/rust/repeat-count...
2013-03-02 borsauto merge of #5143 : erickt/rust/incoming, r=pcwalton
2013-03-02 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-02 borsauto merge of #5196 : thestinger/rust/ord, r=catamorphism
2013-03-02 borsauto merge of #5137 : yjh0502/rust/empty_struct, r...
2013-03-02 borsauto merge of #5193 : sethpink/rust/struct-tup-pp,...
2013-03-02 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-02 Jihyun YuRemove REC, change related tests/docs
2013-03-02 Seth PinkFix some struct-tuple def prettyprint issues
next