]> git.lizzy.rs Git - rust.git/history - src/libsyntax/ast.rs
Print a friendly error for the if-let construct without an else block
[rust.git] / src / libsyntax / ast.rs
2014-12-20 Barosl LeePrint a friendly error for the if-let construct without...
2014-12-19 borsauto merge of #19463 : kali/rust/master, r=alexcrichton
2014-12-19 borsauto merge of #19867 : japaric/rust/deriving-copy,...
2014-12-19 Jorge Apariciolibsyntax: use `#[deriving(Copy)]`
2014-12-18 borsauto merge of #19896 : ktossell/rust/allow-nodoc-instal...
2014-12-18 borsauto merge of #19984 : japaric/rust/macro-expressions...
2014-12-18 Patrick Waltonlibrustc: Always parse `macro!()`/`macro![]` as express...
2014-12-18 borsauto merge of #19819 : vadimcn/rust/fix-demangle, r...
2014-12-18 borsauto merge of #19780 : jakub-/rust/e-needstest, r=alexc...
2014-12-17 borsauto merge of #19958 : alexcrichton/rust/rollup, r...
2014-12-17 Alex Crichtonrollup merge of #19947: csouth3/arc-borrowfrom
2014-12-17 Alex Crichtonrollup merge of #19943: steveklabnik/doc_std_vec
2014-12-17 Alex Crichtonrollup merge of #19942: steveklabnik/doc_std_mem
2014-12-17 Alex Crichtonrollup merge of #19940: phi-gamma/canonical-master
2014-12-17 Alex Crichtonrollup merge of #19935: cgaebel/hashmap-tuple-indexing
2014-12-17 Alex Crichtonrollup merge of #19930: cllns/lowercase-if
2014-12-17 Alex Crichtonrollup merge of #19923: pnkfelix/fix-make-tags.emacs
2014-12-17 Alex Crichtonrollup merge of #19918: pnkfelix/ast-refactor-make...
2014-12-17 Alex Crichtonrollup merge of #19871: pczarn/ring_buf-remove
2014-12-17 Alex Crichtonrollup merge of #19849: alexcrichton/second-pass-option
2014-12-17 Alex Crichtonrollup merge of #19846: nicholasbishop/bishops_magical_...
2014-12-17 Alex Crichtonrollup merge of #19845: jbranchaud/fix-indentation...
2014-12-17 Alex Crichtonrollup merge of #19838: shepmaster/invariant-lifetime...
2014-12-17 Alex Crichtonrollup merge of #19831: luqmana/deriving-where
2014-12-17 Alex Crichtonrollup merge of #19830: mchaput/patch-1
2014-12-17 Alex Crichtonrollup merge of #19827: japaric/clone-uc
2014-12-17 Alex Crichtonrollup merge of #19820: alexcrichton/deprecate-some...
2014-12-17 Alex Crichtonrollup merge of #19818: emk/regex_at_name_opt
2014-12-17 Alex Crichtonrollup merge of #19766: nick29581/coerce-raw
2014-12-17 Alex Crichtonrollup merge of #19764: lifthrasiir/that-stray-nul
2014-12-17 Alex Crichtonrollup merge of #19755: alexcrichton/rust-serialize
2014-12-17 Alex Crichtonrollup merge of #19753: brson/rust-installer
2014-12-17 Alex Crichtonrollup merge of #19743: steveklabnik/gh16143
2014-12-17 Alex Crichtonrollup merge of #19729: vhbit/ios-oibit-fix
2014-12-17 Alex Crichtonrollup merge of #19720: csouth3/vecmap-newtypes
2014-12-17 borsauto merge of #19799 : alexcrichton/rust/stop-panicking...
2014-12-16 borsauto merge of #19647 : nielsegberts/rust/master, r...
2014-12-16 Felix S. Klock IIAST refactor: make the place in ExprBox an option.
2014-12-16 borsauto merge of #19782 : gereeter/rust/cleanup-btree...
2014-12-15 borsauto merge of #19448 : japaric/rust/binops-by-value...
2014-12-15 Brian Andersonrollup merge of #19814: jbranchaud/fix-a-typo-in-owners...
2014-12-15 Brian Andersonrollup merge of #19812: frewsxcv/expansion-include...
2014-12-15 Brian Andersonrollup merge of #19804: kballard/vim-new-unicode-escapes
2014-12-15 Brian Andersonrollup merge of #19802: jbranchaud/add-btreeset-new...
2014-12-15 Brian Andersonrollup merge of #19793: tomjakubowski/metadata-const...
2014-12-15 Brian Andersonrollup merge of #19787: akiss77/fix-i8-c_char
2014-12-15 Brian Andersonrollup merge of #19784: csouth3/vim-syntax-iter
2014-12-15 Brian Andersonrollup merge of #19779: Noctune/master
2014-12-15 Brian Andersonrollup merge of #19775: SimonSapin/gedit-new-unicode...
2014-12-15 Brian Andersonrollup merge of #19774: tomjakubowski/rustdoc-consts...
2014-12-15 Brian Andersonrollup merge of #19771: jbranchaud/add-btreeset-iter...
2014-12-15 Brian Andersonrollup merge of #19763: csouth3/remove-featuregates
2014-12-15 Brian Andersonrollup merge of #19754: steveklabnik/remove_sundown
2014-12-15 Brian Andersonrollup merge of #19746: steveklabnik/gh9266
2014-12-15 Brian Andersonrollup merge of #19738: steveklabnik/gh19717
2014-12-15 Brian Andersonrollup merge of #19735: sethpollack/patch-1
2014-12-15 Brian Andersonrollup merge of #19714: steveklabnik/gh16219
2014-12-15 Brian Andersonrollup merge of #19710: steveklabnik/gh15449
2014-12-15 Brian Andersonrollup merge of #19709: steveklabnik/po4a_fix
2014-12-15 borsauto merge of #19778 : aochagavia/rust/ice, r=alexcrichton
2014-12-15 borsauto merge of #19750 : murarth/rust/rusti-support,...
2014-12-15 borsauto merge of #19742 : vhbit/rust/copy-for-bitflags...
2014-12-14 borsauto merge of #19703 : nikomatsakis/rust/unsafe-trait...
2014-12-14 Niko MatsakisParse `unsafe impl` but don't do anything particularly...
2014-12-14 Niko MatsakisParse `unsafe trait` but do not do anything with it...
2014-12-14 Niko MatsakisRename FnStyle trait to Unsafety.
2014-12-14 borsauto merge of #19725 : vadimcn/rust/inst-path, r=alexcr...
2014-12-14 borsauto merge of #19338 : nikomatsakis/rust/unboxed-closur...
2014-12-14 borsauto merge of #19690 : barosl/rust/struct-variant-as...
2014-12-14 Niko MatsakisRemove `proc` types/expressions from the parser, compil...
2014-12-14 borsauto merge of #19669 : alfie/rust/master, r=sanxiyn
2014-12-13 borsauto merge of #19627 : steveklabnik/rust/testing_guide...
2014-12-13 borsauto merge of #19695 : arthurtw/rust/master, r=steveklabnik
2014-12-13 borsauto merge of #19685 : jbranchaud/rust/add-btreemap...
2014-12-13 borsauto merge of #19671 : tbu-/rust/pr_doc_removetraitrefs...
2014-12-13 borsauto merge of #19664 : tbu-/rust/pr_oibit2_fix, r=Gankro
2014-12-12 borsauto merge of #19569 : murphm8/rust/ring_buf_insert...
2014-12-12 borsauto merge of #19391 : nick29581/rust/assoc-eq, r=nikom...
2014-12-12 borsauto merge of #18028 : gereeter/rust/slimmer-btree...
2014-12-12 borsauto merge of #19617 : nikomatsakis/rust/issue-19261...
2014-12-12 borsauto merge of #19568 : barosl/rust/enum-struct-variants...
2014-12-12 Nick CameronAdd support for equality constraints on associated...
2014-12-12 borsauto merge of #19514 : jbranchaud/rust/add-btree-set...
2014-12-11 borsauto merge of #19672 : alexcrichton/rust/snapshots...
2014-12-11 Alex CrichtonRegister new snapshots
2014-12-11 borsauto merge of #19377 : tbu-/rust/pr_mapinplace_fixzeros...
2014-12-11 borsauto merge of #19294 : huonw/rust/transmute-inplace...
2014-12-10 borsauto merge of #19663 : tbu-/rust/pr_fix_vecmap, r=Gankro
2014-12-10 borsauto merge of #19655 : jbranchaud/rust/change-example...
2014-12-10 borsauto merge of #19628 : jbranchaud/rust/add-string-as...
2014-12-10 borsauto merge of #19648 : mquandalle/rust/patch-1, r=alexc...
2014-12-10 borsauto merge of #19573 : apasel422/rust/sized_fn_once...
2014-12-09 borsauto merge of #19563 : alexcrichton/rust/issue-19501...
2014-12-09 Alex Crichtonrollup merge of #19653: frewsxcv/rm-reexports
2014-12-09 Alex Crichtonrollup merge of #19642: aaronweiss74/master
2014-12-09 Alex Crichtonrollup merge of #19626: bluss/string-extend-str
2014-12-09 Alex Crichtonrollup merge of #19623: rustyrazorblade/patch-1
2014-12-09 Alex Crichtonrollup merge of #19622: steveklabnik/fix_ringbuf_doc
2014-12-09 Alex Crichtonrollup merge of #19620: retep998/memorymap
2014-12-09 Alex Crichtonrollup merge of #19616: steveklabnik/gh19556
next