about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-07-14Remove irrelevant testsJeffrey Seyfried-169/+3
2016-07-14Implement `macro_rules!` placeholders and the macro scope mapJeffrey Seyfried-24/+127
2016-07-14Instead of renaming, treat differently marked identifiers as unequalJeffrey Seyfried-560/+37
2016-07-14Remove `IllegalCtxt`Jeffrey Seyfried-13/+9
2016-07-14Move node id assigning into `resolve`Jeffrey Seyfried-57/+73
2016-07-13Auto merge of #34684 - oli-obk:eval_rustdoc_array_len, r=alexcrichtonbors-4/+24
2016-07-14Remove extra newlines in MIR dumpSeo Sanghyeon-1/+1
2016-07-13Auto merge of #33642 - xen0n:ergonomic-format-macro, r=alexcrichtonbors-199/+321
2016-07-14syntax_ext: format: better code documentationWang Xuerui-12/+46
2016-07-14format: add tests for ergonomic format_args!Wang Xuerui-0/+33
2016-07-14syntax_ext: format: de-duplicate argument objectsWang Xuerui-12/+31
2016-07-14syntax_ext: format: process counts uniquely and separatelyWang Xuerui-11/+62
2016-07-14syntax_ext: format: allow multiple formats for one argumentWang Xuerui-72/+57
2016-07-14syntax_ext: format: rename variants of ArgumentType for clarityWang Xuerui-7/+7
2016-07-14syntax_ext: format: resolve named arguments earlyWang Xuerui-85/+62
2016-07-14syntax_ext: format: separate verification and translation of piecesWang Xuerui-5/+11
2016-07-14format: remove all implicit ref handling outside of libfmt_macrosWang Xuerui-54/+36
2016-07-14libfmt_macros: resolve all implicit refs while parsingWang Xuerui-11/+46
2016-07-13Auto merge of #34772 - jseyfried:cleanup_interner, r=eddybbors-395/+145
2016-07-13Add examples for FpCategoryggomez-5/+24
2016-07-13Auto merge of #34752 - ollie27:rustdoc_search, r=GuillaumeGomezbors-46/+80
2016-07-13build compiler docs if requested in configTim Neumann-4/+12
2016-07-13doc: ffi referenced rust-snappy can not compile吴冉波-2/+56
2016-07-13only remove directory if it existsTim Neumann-1/+1
2016-07-13create global doc dir for all doc targetsTim Neumann-0/+2
2016-07-13Auto merge of #34608 - apasel422:ll, r=blussbors-352/+283
2016-07-13Auto merge of #34660 - jseyfried:fix_parse_stmt, r=nrcbors-119/+125
2016-07-13evaluate the array length of fixed size array types in rustdocOliver Schneider-4/+24
2016-07-13Fixed issue where importing a trait method directly and then calling the meth...Michael Rosenberg-10/+35
2016-07-12Auto merge of #34756 - habnabit:mutex-refunwindsafe, r=alexcrichtonbors-0/+7
2016-07-13Start a best-effort warning cycle.Jeffrey Seyfried-6/+59
2016-07-13cleanup: Refactor parser method `finish_parsing_statement` -> `parse_full_stmt`.Jeffrey Seyfried-13/+13
2016-07-13Allow macro-expanded macros in trailing expression positions to expand into s...Jeffrey Seyfried-2/+3
2016-07-13Fix bug in the pretty printer.Jeffrey Seyfried-3/+2
2016-07-12Auto merge of #34739 - therealbstern:ipv4unspec, r=alexcrichtonbors-0/+4
2016-07-12Add doc example for `std::process::ExitStatus::success`.Corey Farwell-0/+17
2016-07-12Auto merge of #34705 - alexcrichton:clean-deprecated, r=brsonbors-770/+234
2016-07-12std: Clean out deprecated APIsAlex Crichton-770/+234
2016-07-12Mention the crate type cdylib in rustc's usageDridi Boukelmoune-1/+1
2016-07-12Auto merge of #34757 - sourcefrog:debug-filetype, r=alexcrichtonbors-3/+3
2016-07-12rustdoc: Fix methods in seach resultsOliver Middleton-46/+80
2016-07-12Auto merge of #34778 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-19/+357
2016-07-12Rollup merge of #34770 - davidko:patch-1, r=steveklabnikGuillaume Gomez-2/+2
2016-07-12Rollup merge of #34750 - GuillaumeGomez:error_doc, r=steveklabnikGuillaume Gomez-0/+70
2016-07-12Rollup merge of #34749 - GuillaumeGomez:any_doc, r=steveklabnikGuillaume Gomez-2/+158
2016-07-12Rollup merge of #34742 - abhijeetbhagat:master, r=steveklabnikGuillaume Gomez-1/+3
2016-07-12Rollup merge of #34740 - GuillaumeGomez:boxed_doc, r=steveklabnikGuillaume Gomez-3/+46
2016-07-12Rollup merge of #34737 - frewsxcv:libstd-process-child, r=GuillaumeGomezGuillaume Gomez-11/+29
2016-07-12Rollup merge of #34736 - GuillaumeGomez:cells_doc, r=steveklabnikGuillaume Gomez-0/+49
2016-07-12Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`Tobias Bucher-29/+41